projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74c7588
)
Check for __MINGW64__ and not __MINGW64
author
Tor Lillqvist
<tml@iki.fi>
Fri, 12 Mar 2010 09:44:32 +0000
(11:44 +0200)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:12 +0000
(20:59 -0400)
Should fix bug #612308.
gtk/gtkprintoperation-win32.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintoperation-win32.c
b/gtk/gtkprintoperation-win32.c
index 79f747f5dacdd42fe211f6207b822358d7ff134d..76f8a696ae1dcd1cbb39a82badb4b8ce56190f64 100644
(file)
--- a/
gtk/gtkprintoperation-win32.c
+++ b/
gtk/gtkprintoperation-win32.c
@@
-72,7
+72,7
@@
static void win32_poll_status (GtkPrintOperation *op);
static const GUID myIID_IPrintDialogCallback = {0x5852a2c3,0x6530,0x11d1,{0xb6,0xa3,0x0,0x0,0xf8,0x75,0x7b,0xf9}};
-#if !defined (_MSC_VER) && !defined (MINGW64) && !defined (__MINGW64)
+#if !defined (_MSC_VER) && !defined (MINGW64) && !defined (__MINGW64
__
)
#undef INTERFACE
#define INTERFACE IPrintDialogCallback
DECLARE_INTERFACE_ (IPrintDialogCallback, IUnknown)